home *** CD-ROM | disk | FTP | other *** search
- OS/2 File Transfer Protocol driver 1.2 (c) 1992 by Mikael Wahlgren
- ===========================================================================
-
- This is an external file transfer protocol driver, designed to supply
- other programs with file transfer capabilities. It is specially
- designed with Os2You (OS/2 Remote Access Facility by Mikael Wahlgren)
- in mind.
-
- This protocol driver supports the following file transfer protocols:
-
- Xmodem/ChSum
- Xmodem/CRC
- Xmodem-1K
- Ymodem (batch)
- Ymodem-G (batch)
- Zmodem (*)
- Kermit (*)
-
- (*) The Zmodem file transfer protocol is supported in combination with
- the M2Zmodem file transfer program. M2ZMODEM.EXE must be available.
-
- The Kermit file transfer protocol is supported in combination with
- the CKermit file transfer program (tested with CK5A179B release).
- CKERMIT.EXE must be available.
-
-
-
- Possible return codes (ERRORLEVELs)
- ===================================
- ERR_NO_ERROR = 0
- ERR_OPEN_FILE = 1
- ERR_INIT_SESS = 2
- ERR_DISK_READ = 3
- ERR_DISK_WRITE = 4
- ERR_COM_READ = 5
- ERR_COM_WRITE = 6
- ERR_CANCEL = 7
- ERR_FATAL_COM = 8
- ERR_NO_DCD = 9
- ERR_LOCAL_CANCEL = 10
- ERR_TIMEOUT = 255;
-
- (these error codes are only valid for Xmodem and Ymodem family protocols.
- For return codes of Zmodem and Kermit, see the M2Zmodem and CKermit
- documentations)
-
-
- Special instructions to run the program with Os2You
- ===================================================
- This program is especially designed with Os2You in mind. The recommended
- protocol is Ymodem, which is default. To use this protocol driver with
- Os2You, just copy the files into a pathed directory and run the following
- commands:
-
- Os2FTP -sC:\Files\*.DAT (to transfer files C:\Files\*.DAT)
- Os2FTP -rC:\Download (to receive files into C:\Download directory)
-
- If you want to use another protocol, like YmodemG, the commands will look
- like:
-
- Os2FTP -YMODEMG -sC:\Files\*.DAT
- Os2FTP -YMODEMG -rC:\Download
-
- If you haven't registered the Os2You/M2Zmodem file transfer option, this
- program will introduce an intentional delay before transfering any files.
- Note that the Ymodem protocol used in this protocol driver is exactly the
- same driver that is built in Os2You, available via the Service functions
- menu.
-
- To register, use the included order form.
-
- Mikael Wahlgren